home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 12 / Cream of the Crop 12 (Part II) / Cream of the Crop 12 (Part II).iso / OS2 / VD08BIN.ZIP / usr / include / util / funcs.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-02-13  |  119 b   |  8 lines

  1. #ifndef _UTIL_FUNCS_H_
  2. #define _UTIL_FUNCS_H_
  3. #include <objc/objc.h>
  4.  
  5. BOOL fileExists (char *fileName);
  6.  
  7. #endif
  8.